Skip to content

Conversation

benceruleanlu
Copy link
Contributor

@benceruleanlu benceruleanlu commented Sep 11, 2025

Bump frontend to 1.26.11

python main.py --front-end-version Comfy-Org/ComfyUI_frontend@1.26.11

Changes (v1.25.11 → v1.26.11)

Styling & Framework

  • Tailwind CSS upgraded to v4.

Performance & Interaction

  • Adaptive Level‑of‑Detail threshold to keep large graphs responsive.
  • High‑resolution wheel events and improved trackpad/mouse sensing; Cmd+wheel zoom on macOS.
  • Mouse gestures over video previews; fix for DOM widgets swallowing clicks near elements.

Subgraphs

  • ⭐ Subgraph publishing system for saving and reusing subgraphs as blueprints
  • Deep‑copy and unpack subgraphs; preserve nested subgraph widget values.
  • Fix reroute serialization and prevent invalid connections to occupied subgraph IO slots.
  • Better minimap and viewport behavior when navigating into subgraphs; slot rename/title sync; preview display
    for subgraph nodes; Alt‑click reroute creation fixes.

Manager (Node Packs)

  • Upstreamed Manager UI with custom node conflict detection.
  • Enable/disable toggle for installed packs; better UX for disabled packs.
  • Version detection and state/feature‑flag fixes; numerous stability improvements.

UI/UX Improvements

  • Keyboard Shortcut bottom panel.
  • Expanded minimap; improved search; “Refresh nodes” menu item; dropdown list for overflow tabs; multiple
    toolbar/menu refinements.
  • Fixed a bug where the help center's red dot would not disappear even after acknowledgement

3D Viewer

  • Initial 3D viewer and follow‑up fixes.

Pricing & Nodes

  • Pricing updates for Veo3 and ByteDance nodes; added pricing for new API nodes.
  • Registered additional model loader types (e.g., UNET/Upscale/Style model loaders).

QA & Tooling

  • Many bug fixes across releases plus CI/test sharding and stability work.

@benceruleanlu
Copy link
Contributor Author

I'm investigating npm comfyui-frontend-types being not available

@benceruleanlu benceruleanlu marked this pull request as draft September 11, 2025 20:15
@benceruleanlu
Copy link
Contributor Author

npm comfyui-frontend-types being not available isn't a blocker:

  1. there hasn't been any material public types surface changes
  2. this can be published and resolved asynchronously on npm, a solution is already ready Add publish frontend types workflow Comfy-Org/ComfyUI_frontend#5495
  3. this is meant to be for extension authors, codesearch reveals very little usage

I think this is good to go.

@benceruleanlu benceruleanlu force-pushed the update-frontend-1.26.10 branch from 2bd2167 to 173eb39 Compare September 11, 2025 22:57
@benceruleanlu benceruleanlu marked this pull request as ready for review September 11, 2025 22:58
@benceruleanlu
Copy link
Contributor Author

The branch name is out of date due to Comfy-Org/ComfyUI_frontend#5500 needing to be backported

@benceruleanlu benceruleanlu marked this pull request as draft September 12, 2025 00:11
@benceruleanlu benceruleanlu changed the title Bump frontend to 1.26.10 Bump frontend to 1.26.11 Sep 12, 2025
@benceruleanlu benceruleanlu marked this pull request as ready for review September 12, 2025 04:04
@comfyanonymous comfyanonymous merged commit d6b977b into comfyanonymous:master Sep 12, 2025
9 checks passed
@Margen67
Copy link

This breaks installing extensions. It spins forever and is stuck at 0 of 0.
image

@benceruleanlu
Copy link
Contributor Author

This breaks installing extensions. It spins forever and is stuck at 0 of 0.

Hi @Margen67 , so there is indeed a bug where the new custom manager is not supposed to show if core does not have the functionality yet. The old custom node manager should work until #7555 is merged, then this new custom node manager will work as intended.

Thanks for the report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants